home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oplatonic.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  508b  |  17 lines

  1. #ifndef _OPLATONIC_H_
  2. #define _OPLATONIC_H_
  3.  
  4. enum
  5. {
  6.     PRIM_PLATONIC_RAD                    = 1120, // REAL       - Outer Radius    [>=0.0]
  7.     PRIM_PLATONIC_SUB                    = 1121, // LONG     - Subdivision [>=0]
  8.     PRIM_PLATONIC_TYPE                = 1122,    // LONG     - Type [0:Tetra; 1:Hexa; 2:Octa; 3:Dodeca; 4:Icosa; 5:Bucky]
  9.         PRIM_PLATONIC_TYPE_TETRA        = 0,
  10.         PRIM_PLATONIC_TYPE_HEXA            = 1,
  11.         PRIM_PLATONIC_TYPE_OCTA            = 2,
  12.         PRIM_PLATONIC_TYPE_DODECA        = 3,
  13.         PRIM_PLATONIC_TYPE_ICOSA        = 4,
  14.         PRIM_PLATONIC_TYPE_BUCKY        = 5
  15. };
  16.  
  17. #endif